home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / network / brightworks 2.0 / BSC200.Z / WALLPAPR.SCR < prev    next >
Text File  |  1995-03-06  |  1KB  |  22 lines

  1.                           
  2. ;This script will change the wallpaper designated on end user's Windows 
  3. ;desktop. The Windows directory must be in the end user's path.
  4. ;if the bitmap you wish to install is not currently in the end user's
  5. ;Windows directory, it must be on a network drive that all users in
  6. ;the scope of this distribution have access to.  We recommend placing 
  7. ;it in the BrightWorks directory for the purposes of this script.
  8. ;REMEMBER to compile after making your changes!!!!
  9.  
  10. ;if the bitmap is not currently in the end user's Windows directory
  11. ;1. substitute the name of your bitmap for BITMAP.BMP
  12. ;2. substitute the path to your bitmap for "F:\BWORKS.200" 
  13. ;3. uncomment the next line
  14. ;COPY "F:\BWORKS.200" "BITMAP.BMP" [WINDIR] ""
  15.  
  16. ;substitute the name of your bitmap file for BITMAP.BMP
  17. WRITEINISTR "WIN.INI"  "DESKTOP" "WALLPAPER" "BITMAP.BMP"
  18.  
  19. ;if you would like the bitmap tiled, substitute a "1" for the "0" below
  20. WRITEINIINT "WIN.INI" "DESKTOP" "TILEWALLPAPER" 0
  21.  
  22.